-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix two issues with profiles #3278
Conversation
Codecov Report
|
@dgageot Thank you very much for a fix of my issue! Hash from the whole profiles string will actually change with the profiles string, but trimmed string will not, if changes were made after "trim point". |
Well, you're right, I was a bit "lazy" on this one ;-)
@balopat wdyt? |
OK, I decided to replace my ugly hack and use a key per profile instead. |
4830837
to
b08ee18
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I do think there is value in the profile.0, profile.1, ...
label schema - it shows the order of the application for the profiles, which matters. Regarding the 63 character validation: I think that's a low probability enough issue + validation now will fail with a meaningful error message as the label validation will be exactly on the profile name.
Fix GoogleContainerTools#3261 Signed-off-by: David Gageot <[email protected]>
Fix GoogleContainerTools#3277 Signed-off-by: David Gageot <[email protected]>
b08ee18
to
30b9959
Compare
Fix #3277
Fix #3261